All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.test.core.core.test.js Maven / Gradle / Ivy

The newest version!
describe('Core', function() {
  const { expect } = chai;

  describe('Use minimal table implementation', function() {
    it('Should show an empty Gantt', function() {
      return this.createGantt().then(function(gantt) {});
    });
  });
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy